Does lots of things to do with content delivery.
The main thing it does is convert FileResource objects to RenderFileResource objects, for html files which are accessed within a website. This is what allows templating to occur.
Note that this will not return a RenderFileResource for html files which have a doctype
Properties
Name | Returns | Notes | Example |
---|---|---|---|
instanceId | String | ||
roles | List | ||
assetManager | AssetManager | ||
assetsAppIndexer | AssetsAppIndexer |
Methods
Name | Returns | Notes | Example |
---|---|---|---|
call ( execFn, args ) | Object | Let's you call a JavaScript function defined by the website |
Hide comments
